
/*======================================================== CUSTOM CSS ============================================================= */

.white_bg {
    background: #fff;
    padding: 0 !important;
}
/* ---------------------------------------- Banner ------------------------------ */
.topdiv {
    height: 30px;
    background: #428BCA;
    clear: both;
    margin-top: -71px;
}

.footerdiv {
    height: 40px;
    background: #FF6600 none repeat scroll 0 0;
    clear: both;
    color: white;
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
}



/*.top_banner { height:120px; width:100%; background:url("images/headerred-bg-2.gif") repeat-x;}*/
.top_banner {
    height: 130px;
    width: 100%;
    background-color: #FF6600;
}

.in_banner {
    margin: 0 auto;
    height: 120px; /*background:url(../../Images/top_banner.jpg) no-repeat top right;*/
}

.banner_text {
    float: left;
    margin: 0.5% 0 0 0;
    text-align: center;
    font-family: Arial;
	
}

    .banner_text h1 {
        font-size: 2.4em;
        color: White;
        margin: 0;
        padding: 5px 0;
        font-weight: normal;
    }

    .banner_text h2 {
        font-size: 1.2em;
        color: #b2e4fe;
        margin: 0;
        padding: 0px 0 0px 0;
        font-weight: normal;
    }






@media screen and (max-width: 767px) {

    .in_banner {
        position: relative;
    }

    .banner_text {
        position: absolute;
        width: 75%;
        right: 1%;
        top: 10%;
    }

        .banner_text h1 {
            font-size: 18px;
        }

        .banner_text h2 {
            font-size: 12px;
        }

    .logo {
        position: absolute;
        left: 0%;
        top: 10%;
        width: 25%;
    }

        .logo img {
            width: 100%;
            height: 100%;
        }


    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }
}





.navbar-inverse {
    /*background: url("images/headerred-bgyellow-2.gif") repeat-x;*/
    background-color: #000066;
    /*border-color: #080808;*/
}



    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

.form-control2 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 130px;
}


/*# sourceMappingURL=bootstrap.css.map */

input.uploadFields {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    width: 120px;
    height: 40px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
}

